home *** CD-ROM | disk | FTP | other *** search
/ APDL Eductation Resources / APDL Eductation Resources.iso / programs / electronic / rlab / !RLaB / misc / gnuplothel / xrange < prev    next >
Encoding:
Text File  |  1995-02-13  |  296 b   |  16 lines

  1. xrange:
  2.  
  3. Synopsis: Sets the plot range in x.
  4.  
  5. Syntax: xrange ( start, end, I )
  6.  
  7. Description:
  8.  
  9.     Sets the plot range in x in the I:th plot-window. 
  10.     The x-axis will start at "start" and end at "end".
  11.     
  12.     If 'I' is not specified the default plot-window (0) is used.
  13.  
  14. See Also: range, yrange, zrange
  15.  
  16.